home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #6 / Amiga Plus CD - 1996 - No. 06.iso / pd / netz / dl / readme < prev    next >
Text File  |  1992-09-02  |  928b  |  24 lines

  1.                                DownLoad v1.00
  2.                    Zlatko Calusic <maverick@fly.cc.fer.hr>
  3.                                  13 Feb 1996
  4.  
  5. To build DownLoad - first run 'configure', small script which will try to
  6. determine which compiler to use, flags and libraries needed.
  7. After that, you can type 'make' to compile the program.
  8. 'make install' can be issued to install executable and manual to
  9. system directory (change prefix variable in Makefile if you dislike
  10. /usr/local/ for some reason).
  11.  
  12. If configure fails copy Makefile.in to Makefile and edit Makefile manually.
  13. You need to supply only three variables: CC, CFLAGS, LIBS.
  14.  
  15. DownLoad prefers 'CC = gcc' with 'CFLAGS = -O2 -Wall -Wno-implicit'
  16. 'CC = cc' with 'CFLAGS = -O' will do the job, too.
  17. 'LIBS = -lnsl -lsocket' is needed for Solaris 2.x systems.
  18.  
  19. That's all folks!!!
  20.  
  21. If you experience strange problems, feel free to contact me at above
  22. E-mail address.
  23.  
  24.